-
Continuing the discussion on model traits started in the comments for https://github.com/AtheMathmo/rusty-machine/pull/120.
Suggestions for possible changes:
**Separate the notions of modelling meth…
-
Basil should support integer types with widths less than 64 bits.
Similar to [Go's primitive int types](https://tour.golang.org/basics/11), I propose redefining the current `Int` type as a generic …
-
I am writing to address a concern about the current implementation in the `kv_engine.rs module`. When initially written, the `KeyType` and `ValueType` were represented as two separate enum types due t…
-
So I have a situation, detailed in u.r.l.o [here](https://users.rust-lang.org/t/expressing-hrtb-like-bound-on-generic-struct/18081), that I'd be curious to see if there's a good solution for now or if…
-
#### Bad: compilation never completes
```rust
struct Elem {
next: List: 'l + Life;
}
struct Gc {
type L Life for Option {
type L>;
}
unsafe impl {
type L Life for Elem …
-
The implementing structs and traits for curves need to be revisited so that we can have high-level traits that cover all the possible curves.
There should be 4 of them.
- One for a Scalar
- One f…
-
I'm commenting on the [choice type RFC](https://github.com/titzer/virgil/blob/cf325807966f964e6a5f6ecdee2460ed72270e25/rfcs/choice_types/ChoiceTypes.md) that you have proposed. Idk what is the best me…
-
Continued from #942 and #1126
(The following text is copied from 's README)
---
## Motivation
I have been developing r-polars for over a year, and I felt that a significant rewrite was nec…
-
### Location
https://github.com/swiftlang/swift-book/blob/main/TSPL.docc/ReferenceManual/SummaryOfTheGrammar.md
### Description
Using an `EBNF` understood by https://github.com/GuntherRademacher/rr…
-
To accommodate more advanced use cases such as machines extend the inventory actor with new functionality.
As a first step, add three different types of inventories that can be associated with a UUID…