Skip to content

Commit a3e6caf

Browse files
authored
Update README.md
1 parent 34d0c28 commit a3e6caf

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# BasicString
2+
3+
## Content of basic-string repository was moved to [BTL](https://github.com/submada/btl) repository as subpackage [btl:string](https://code.dlang.org/packages/btl%3Astring)
4+
5+
## Documentation
6+
https://submada.github.io/btl/btl/string.html
7+
28
## C++-style string for D using `std.experimental.allocator`.
39

410
The `BasicString` is the generalization of struct string for character type `char`, `wchar` and `dchar`.
@@ -17,9 +23,6 @@ Compatible with `-betterC`
1723

1824
Does not rely on runtime type information (`TypeInfo`).
1925

20-
## Documentation
21-
https://submada.github.io/basic-string
22-
2326
## Example
2427

2528
```d

0 commit comments

Comments
 (0)