Ben S
b51a138d10
Version and docs link bump
2016-09-25 16:14:12 +01:00
Ben S
901b1ccee7
Bump to version 0.5.0
2016-01-29 14:23:11 +00:00
Ben S
d602c1a6d5
Update the readme's examples to match
2016-01-28 15:56:55 +00:00
Ben S
0e76551aa3
README improvements
...
- Stylistic changes
- Fix installation instructions
- Add mock docs
- Upgrade required version of libc
2015-11-27 01:54:53 +00:00
Ben S
4c966938db
Achieve independence from gated features!
...
This commit makes rust-users runnable on Rust Stable and Beta!
- ToOwned in the collections crate can be imported by `std::borrow::ToOwned`
instead, removing the collections flag.
- `as_ref` on raw pointers can be null-checked manually, then dereferenced,
removing the ptr_as_ref flag. The new code reads better, too.
2015-08-02 16:41:19 +01:00
Ben S
37b463859a
Update docs URL
2015-08-02 13:10:13 +01:00
Ben S
8a9d6f90c9
Start using uid_t and gid_t
...
They were i32 and u32 before. Or was that the other way around? Anyway, this changes the interface, so I'm bumping the version.
2015-05-03 12:42:37 +01:00
Ben S
b2454eaf20
Add note on beta compatibility (or lack thereof)
2015-05-03 12:40:44 +01:00
Ben S
6c44bdf0b7
Update this README too
2015-02-01 09:34:01 +00:00
Ben S
63d2760c52
Bump readme
2015-01-05 13:16:07 +00:00
Ben S
c2911ab96a
Add Travis integ.
2014-12-12 15:04:24 +00:00
Ben S
c65ee83f0f
Add documentation URL
2014-12-12 14:58:55 +00:00
Ben S
7770c5af89
Fix typo in toml example
2014-12-12 14:25:05 +00:00
Ben S
221a1463d3
Add get_current_username function
2014-12-12 11:07:21 +00:00
Ben S
336223239a
Initial import
2014-12-12 10:36:17 +00:00