Skip to content

Commit

Permalink
c_string now has CStr as a pseudo-DST
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Feb 14, 2015
1 parent 2b4d09c commit e4b047c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions text/0000-c-str-deref.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ in favor of composition of the functions described above:
## Proof of concept

The described interface changes are implemented in crate
[c_string](https://github.com/mzabaluev/rust-c-str), with a difference
that the `CStr` token type has a bogus static size, as a compromise to
offer better performance in current Rust.
[c_string](https://github.com/mzabaluev/rust-c-str).

# Drawbacks

Expand Down

0 comments on commit e4b047c

Please sign in to comment.