Cargo.toml: fixed repository link
Cargo.toml: fixed documentation and homepage links
- updated
libcdependency to 0.2 - fixed
Cargo.tomldependencies version (removed bad "*"!)
stemnow takes&mut selfinstead of&selfstem_unsaferenamed tostem_strsince it is no more unsafe: borrowchecker can verify thatstemis not run again while there is a reference to the returned&str- added more tests
- Completed the documentation
- Only compile
test.rswhencargo testis runned - Removed unnecessary use of `#[repr(packed)]
- Changed signature of
stem_unsafe, which is now actually safe to call but returns an unsafe to use pointer
- Removed a silly
println
- Initial release