Dustin J. Mitchell
|
741cb84430
|
better docs for C
|
2022-02-16 01:01:35 +00:00 |
|
Dustin J. Mitchell
|
8e34c107d5
|
update safety comments
|
2022-02-13 22:21:07 +00:00 |
|
Dustin J. Mitchell
|
41a578ab2b
|
add server support
|
2022-02-13 20:18:07 +00:00 |
|
Dustin J. Mitchell
|
fc73911cde
|
fix some clippy::wrong_self_convention
|
2022-02-13 03:39:39 +00:00 |
|
Dustin J. Mitchell
|
c22182cc19
|
rename trait methods to avoid ambiguity
|
2022-02-13 02:30:17 +00:00 |
|
Dustin J. Mitchell
|
f81c4eec90
|
rename array to list in rust types
|
2022-02-12 15:20:46 +00:00 |
|
Dustin J. Mitchell
|
e9cd6adc5b
|
fix memory leak, remove blanket pointer-by-value impls
|
2022-02-12 01:21:05 +00:00 |
|
Dustin J. Mitchell
|
af51e0382a
|
implement lists in the same files as singular data
|
2022-02-11 23:59:22 +00:00 |
|
Dustin J. Mitchell
|
7996a98908
|
add annotation support
|
2022-02-11 23:54:52 +00:00 |
|
Dustin J. Mitchell
|
28a4599a6a
|
rename TCStrings to TCStringList
|
2022-02-09 23:37:32 +00:00 |
|
Dustin J. Mitchell
|
8caf442e3f
|
mark all extern-C functions as unsafe
|
2022-02-09 23:26:39 +00:00 |
|
Dustin J. Mitchell
|
e11506ee6a
|
always implement traits for C type
|
2022-02-06 23:05:33 +00:00 |
|
Dustin J. Mitchell
|
b0f7850711
|
trivially implement PassByValue for usize
|
2022-02-06 16:26:09 +00:00 |
|
Dustin J. Mitchell
|
dadc9473d3
|
unit tests for TCString
|
2022-02-06 16:21:42 +00:00 |
|
Dustin J. Mitchell
|
23ba6a57b3
|
switch to PassByValue and PassByPointer traits
|
2022-02-06 04:02:53 +00:00 |
|
Dustin J. Mitchell
|
3dd2ae5011
|
implement TCTags as an array
|
2022-02-04 02:49:55 +00:00 |
|
Dustin J. Mitchell
|
03ffb6ce83
|
limit unsafe regions
|
2022-02-01 00:48:49 +00:00 |
|
Dustin J. Mitchell
|
1470bbf741
|
mark unsafe utils as such; add safety comments
|
2022-01-27 02:22:47 +00:00 |
|
Dustin J. Mitchell
|
633ea5cf47
|
correctly handle invalid utf-8
|
2022-01-27 02:22:47 +00:00 |
|
Dustin J. Mitchell
|
f8cffb798c
|
fix confusing doc string
|
2022-01-26 00:58:28 +00:00 |
|
Dustin J. Mitchell
|
0d68e65354
|
some polish on strings
|
2022-01-26 00:57:06 +00:00 |
|
Dustin J. Mitchell
|
40f30c6d89
|
remove unnecessary string clone
|
2022-01-25 02:26:04 +00:00 |
|
Dustin J. Mitchell
|
65082c26e7
|
improved TCString support
|
2022-01-25 02:26:04 +00:00 |
|
Dustin J. Mitchell
|
bb722325fe
|
more task functionality
|
2022-01-25 02:26:04 +00:00 |
|