Skip to content

Commit 4e82bfa

Browse files
feat: Update readme, mention zero deps
1 parent a7e6862 commit 4e82bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Schach
22
===
33
A chess simulator, legal move generator, and notation parser with a focus on simplicity and correctness.
44

5-
`#![no_std]` compatible and `#![forbid_unsafe}]` completely safe.
5+
`#![no_std]` compatible, `#![forbid_unsafe}]` completely safe and 0 hard dependencies.
66

77
This Crate relies on several unstable features, mainly for const Traits and Generators.
88

0 commit comments

Comments
 (0)