This website works better with JavaScript.
Explore
Help
Register
Sign In
corpglory
/
mps
Watch
2
Star
1
Fork
You've already forked mps
0
Code
Issues
8
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
db struct begin
db-refactoring
Coin de Gamma
4 months ago
parent
701def6089
commit
42a1e05b6f
1 changed files
with
13 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
13
src/db.rs
13
src/db.rs
Unescape
Escape
View File
@ -0,0 +1,13 @@
pub
struct
DB
{
}
impl
DB
{
pub
fn
from
(
)
->
DB
{
return
DB
::
new
(
)
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
corpglory/mps
Title
Body
Create Issue