I hereby claim:
- I am rbran on github.
- I am rbran (https://keybase.io/rbran) on keybase.
- I have a public key ASA38TR1IBL3NpGfEZMGg0LyQ3MUpTpp9WF1VJHb5cj2Swo
To claim this, I am signing this object:
| use std::any::Any; | |
| use std::collections::HashMap; | |
| use std::rc::Rc; | |
| struct Foo { | |
| id: u8, | |
| name: String, | |
| value: u128, | |
| } |
| # Maintainer: George Rawlinson <grawlinson@archlinux.org> | |
| # Modified: Rubens Brandao <git@rubens.io> | |
| pkgname=lapce | |
| pkgver=0.0.4 | |
| pkgrel=1 | |
| pkgdesc="Lightning-fast and Powerful Code Editor" | |
| arch=('x86_64') | |
| url="https://github.com/lapce/lapce" | |
| license=('Apache') | |
| depends=('gcc-libs' 'libxcb' 'expat' 'freetype2' 'libxkbcommon') |
| #!/bin/bash | |
| # Copyright (c) 2015 by Roderick W. Smith | |
| # Licensed under the terms of the GPL v3 | |
| NAME=$(cat /etc/hostname) | |
| if [ -z "$NAME" ]; then | |
| echo -n "Enter a Common Name to embed in the keys: " | |
| read NAME |
I hereby claim:
To claim this, I am signing this object:
| use std::env; | |
| use std::io; | |
| use std::option::Option; | |
| struct StructTest { | |
| any_value: i32 | |
| } | |