Cargo.toml
: fixed repository link
Cargo.toml
: fixed documentation and homepage links
- updated
libc
dependency to 0.2 - fixed
Cargo.toml
dependencies version (removed bad "*"!)
stem
now takes&mut self
instead of&self
stem_unsafe
renamed tostem_str
since it is no more unsafe: borrowchecker can verify thatstem
is not run again while there is a reference to the returned&str
- added more tests
- Completed the documentation
- Only compile
test.rs
whencargo test
is 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